type runtime.notifyList

7 uses

	runtime (current package)
		sema.go#L449: type notifyList struct {
		sema.go#L479: func notifyListAdd(l *notifyList) uint32 {
		sema.go#L488: func notifyListWait(l *notifyList, t uint32) {
		sema.go#L522: func notifyListNotifyAll(l *notifyList) {
		sema.go#L554: func notifyListNotifyOne(l *notifyList) {
		sema.go#L608: 	if sz != unsafe.Sizeof(notifyList{}) {
		sema.go#L609: 		print("runtime: bad notifyList size - sync=", sz, " runtime=", unsafe.Sizeof(notifyList{}), "\n")